div#LatestVacancyPanels {
    display: flex;
}

.panel-body.card-body.vacancy-panel-body {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 15px;
    border: 3px solid #30aa44;
    border-radius: 50%;
    border-width: 8px;
    border-style: double;
    padding: 40px;
    margin-left: 10px;
}

.panel.card.vacancy-panel {
    border: transparent;
}

.vacancy-panel-title {
    font-family: 'Open Sans';
    color: #000 !important;
    font-weight: bold;
}

a.btn.btn-primary.link {
    background: #38de81;
    text-decoration: none;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}

h1.straiton-title-one {
    color: #000 !important;
    margin-top: 50px;
}

h2.homepage-title {
    margin-top: 50px;
    color: #000 !important;
    font-family: "Open Sans";
}

hr {
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #30aa44;
    border-style: dashed;
    color: #30aa44;
}

a#jobs {
    color: #fff;
    background-color: #337ab7;
    border-color: #30aa44;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: bold !important;
    color: #000;
    background: #fff;
    border: 3px solid #30aa44;
}

.fa-linkedin:before {
    content: "\f08c";
    font-size: 125px !important;
    color: #000;
}

.fa-instagram:before {
    content: "\f16d";
    color: #000;
    font-size: 125px;
}

.fa-envelope:before {
    content: "\f0e0";
    color: #000;
    font-size: 125px;
}

.homepage-section-two {
    left: 11%;
    position: relative;
    margin-top: 5%;
}

@media only screen and (max-width: 1440px) {
    .fa-linkedin:before {
        font-size: 90px !important;
    }

    .fa-instagram:before {
        font-size: 90px;
    }

    .fa-envelope:before {
        content: "\f0e0";
        color: #000;
        font-size: 90px;
    }

    .homepage-section-two {
        left: 8% !important;
        position: relative;
        margin-top: 5%;
    }

    img.hero-img {
        margin-left: -7%;
        width: 118%;
        margin-top: -2.2%;
    }
}

@media only screen and (max-width: 1024px) {
    img.hero-img {
        margin-left: -7%;
        width: 114% !important;
        margin-top: -2.2%;
    }
}

@media only screen and (max-width: 768px) {
    img.hero-img {
        margin-left: -8%;
        width: 115% !important;
        margin-top: 0%;
    }

   
}
@media only screen and (max-width: 425px) {
div#LatestVacancyPanels {
    display: grid;
}
}